@charset "utf-8";
/*字体图标*/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?xgtpyl');
    src:  url('../fonts/icomoon.eot?xgtpyl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xgtpyl') format('truetype'),
    url('../fonts/icomoon.woff?xgtpyl') format('woff'),
    url('../fonts/icomoon.svg?xgtpyl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
    content: "\e901";
}
.icon-weixin:before {
    content: "\e900";
}
.icon-sque:before {
    content: "\e902";
}

/*logo*/
.top-logo{
    padding: 20px 20px 20px 15px;
}
.top-nav-wrap .list-unstyled{
    float: left;
    margin: 0;
}
.top-nav-wrap .list-unstyled li{
    float: left;
}
.top-nav-wrap .list-unstyled li a{
    display: block;
}
.top-nav-wrap .list-unstyled li a:hover{
    text-decoration: none;
}
.top-icon a{
    padding: 0 10px;
    font: normal 24px/2.3 microsoft yahei;
    color: #11578a;
}
.top .top-nav a{/*修改1-10*/
    padding: 0 15px;
    margin: 12px 5px;
    /*font: normal 12px/4.5 microsoft yahei;*/
    /*color: #313131;*/
    font: normal 12px/2.5 microsoft yahei;
    color: #fff;
    background-color: #11578a;
    border-radius: 15px;
}
.top .top-nav li + li a{/*修改1-10*/
    background-color: #11578a;
}
@media screen and (max-width: 767px){
    .top-nav-wrap .top-nav{
        float: right;
    }
    .top .top-nav-wrap{
        width: 100%;
    }
    .top .top-logo{
        padding: 0;
    }
    .navbar-nav{
        margin: 7.5px 0;
    }
}
.top .top-nav a:hover{/*修改1-10*/
    /*color: #c7151d;*/
    background-color: #11578a;
}
.top .top-nav li +li a:hover{/*修改1-10*/
    background-color: #11578a;
}
/*隐藏*/
.top .top-icon .topicon-link{
    position: relative;
}
.top .top-icon .topicon-link .top-hidden{
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    font-size: 0;
}
.top .top-icon .topicon-link .top-hidden .top-hidden-text{
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    font:normal 14px/2.5 microsoft yahei;
    color: #fff;
    background: #c7151d;
    border-radius: 25px;
}
.top .top-icon .topicon-link .top-hidden .top-hidden-img{
    display: block;
    padding: 20px;
    background: #c7151d;
    border-radius: 25px;
}
.top .top-icon .topicon-link:hover .top-hidden{
    display: block;
}

.navbar-default{
    margin: 0;
    background-color: #10568a;
    border: none;
}
.navbar-default .navbar-collapse{
    padding: 0;
}
.navbar-default .navbar-nav>li>a{
    padding: 15px 30px;
    font:normal 16px/1.9 microsoft yahei;
    color: #fff;
}
.navbar-default .navbar-nav>li.active>a{
    color: #fff;
    background-color: #c7151d;
}
.navbar-default .navbar-nav>li:hover,.navbar-default .navbar-nav>li.active>a:hover{
    color: #fff;
    background-color: #c7151d;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #fff;
    background-color: #c7151d;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    color: #fff;
    background-color: #c7151d;
}

.navbar-default .container{/*修改1-11*/
    position: relative;
}
.navbar-default .nav > li{/*修改1-11*/
    position: static;
}
.navbar .dropdown-menu{/*修改1-11*/
    left: auto;
    right: 0;
    z-index: 999;
    float: right;
    width: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0;
    /*background-color: #00215b;*//*修改1-11*/
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.navbar .dropdown-menu li{
    display: inline-block;
    vertical-align: middle;
}
.navbar .dropdown-menu a{
    padding: 0 15px;
    line-height: 4;
    overflow: hidden;
    min-width: 140px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: microsoft yahei;/*添加1-11*/
    /*color: #fff;*/
}

@media screen and (min-width: 1200px){/*添加1-11*/
    .navbar .bgbar{/*添加1-11*/
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 500;
        display: none;
        width: 100%;
        height: 56px;
        /*background-color: #00215b;*/
        background-color: #fff;
    }
}
@media screen and (min-width: 768px){/*添加1-10*/
    .navbar-nav{
        float: right;
    }
}
@media screen and (max-width: 992px){
    .navbar-default .navbar-nav>li>a{
        padding: 15px 20px;
    }
}
@media screen and (max-width: 767px){
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .navbar-brand{
        padding-top: 6px;
    }
    .navbar-brand>img{
        height: 36px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #c7151d;
    }
    .navbar-default .navbar-nav .open .dropdown-menu{
        background-color: #00215b;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li{/*修改1-11*/
        display: block;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{/*修改1-11*/
        color: #fff;
        text-align: left;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
        color: #fff;
    }
}

/*banner*/
.banner-inner{
    position: relative;
    overflow: hidden;
}
.banner-inner .list-unstyled{
    position: relative;
    margin-bottom:0;
}
.banner-inner .list-unstyled li{
    float: left;
}
.banner-inner .list-unstyled li a,.banner-inner .list-unstyled li img{
    display: block;
    height:100%;
}
.banner-inner .list-unstyled li img{
    width: 100%;
}

.footer{
    font-family:crosoft yahei;
    background-color: #10568a;
    border-top: 4px solid #074471;
    color:#fff;
}
.footer .top-logo{/*修改1-11*/

    padding: 12px 0 20px 0;
    margin: 0 12px 0 20px;
    /*border-bottom: 1px solid #555;*/
}
.footer .top-logo .logo-img{/*修改1-11*/
    padding-top: 20px;
}
.footer .top-nav a{
    padding: 0 4px 0 20px;
    font:normal 12px/3.8 '';
}
.footer .top-nav a:hover{
    color: #ff0;
}
.footer .footer-left{/*修改1-11*/
    padding-left: 40px;
    padding-top: 10px;
}
.footer .telephone,.footer .addres,.footer .copyright{
    padding-bottom: 10px;
    font:normal 12px/1 '';
}
.footer .aboutus{
    padding: 10px 0 16px 0;
}
.footer .aboutus li,.footer .friend-link li{
    float: left;
    font:normal 12px/1 '';
}
.footer .aboutus li a,.footer .friend-link li a{
    color: #fff;
}
.footer .aboutus li a:hover,.footer .friend-link li a:hover{
    color: #ff0;
    text-decoration: none;
}
.footer .aboutus li{
    margin-right:8px;
}
.footer .aboutus li span{
    margin-left: 8px;
}
.footer .friend-link li a{
    display: inline-block;
    padding-right: 26px;
    padding-bottom: 10px;
}
.footer .friend{
    padding: 10px 0 16px 0;
    color: #fff;
}
.footer .footer-erweima{
    padding-right: 8px;
    margin-bottom:25px;
    text-align: right;
}
.footer .footer-erweima img{
    display: inline-block;
}

@media screen and (max-width: 767px){
    .footer .top-logo{
        margin-left: 0;
        margin-right: 0;
    }
    .footer .top-logo .logo-img{/*修改1-11*/
        float: none!important;
    }
    .footer .footer-left{/*修改1-11*/
        /*padding-left: 15px;*/
        padding-left: 0;
    }
}

/*mbox标题公共*/
.mbox .mbox-title{
    position: relative;
    border-bottom:3px solid #e6e6e6;

}
.mbox .mbox-title a:hover{
    text-decoration: none;
}
.mbox .mbox-title .title-chinese,.main-inner .mbox .mbox-title .title-englist{
    display: inline-block;
}
.mbox .mbox-title .title-chinese{
    padding-right: 14px;
    border-bottom: 3px solid #10568a;
    margin-bottom: -3px;
    font:normal 18px/2.5 microsoft yahei;
    color: #343434;

}
.mbox .mbox-title .title-chinese span{
    color: #c7151d;

}
.mbox .mbox-title .title-english{
    font:normal 14px/3.2 microsoft yahei;
    color: #8c8c8c;
}
/*更多*/
.mbox .mbox-title a{
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 0;
    color: #989898;
}
.mbox .mbox-title a .title-more{
    display: inline-block;
    padding:0 8px 0 10px;
    font: normal 12px/1.4 microsoft yahei;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
}
.mbox .mbox-title a:hover .title-more{
    color: #c7151d;
    border-color: #c7151d;
}
.mbox .mbox-title .title-border-red{
    width: 100px;
    background-color: #c7151d;
}



/*图文列表样式*/
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.imgtextout li{
    padding: 16px 0;
}
.imgtextout .imgtextin{
    position: relative;
}
.imgtextout .imgtextin a{
    display: block;
}
.imgtextout .imgtext-title{/*标题部分*/
    display: block;
    overflow: hidden;
    font: normal 16px/2 microsoft yahei;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4e4e4e;
}
.imgtextout .imgtextpic-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.imgtextout .imgtextpic-wrap img{
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all .7s;
}

.imgtextout a:hover .imgtextpic-wrap img{
    transform: scale(1.2);
}
.imgtextout .imgtext-detail{
    display: block;
    height: 106px;/*高度*/
    margin-left: 190px;
    text-align:left;
}
.imgtextout a:hover{
    text-decoration: none;
}

/*图文列表详细介绍部分*/
.imgtextout .imgtext-detail .articletext{/*文字详情*/
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    height: 66px;
    overflow: hidden;
    font:normal 14px/22px microsoft yahei;
    color: #8d8d8d;
}
.imgtextout a:hover .imgtext-detail .articletext,.imgtextout a:hover .imgtext-title{
    color: #f04343;
}
@media screen and (max-width: 767px){
    .imgtextout .imgtextpic-wrap{
        width: 145px;
    }
    .imgtextout .imgtext-detail{
        margin-left: 160px;
    }
}

/*带时间文字列表样式*/
.textlistout{
    overflow: hidden;
}
.textlistout li{
    position: relative;
    font: normal 14px/28px microsoft yahei;
}
.textlistout li a{
    display: block;
    padding-left: 20px;/*用于放背景图片*/
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    background: url(../img/bg.png) 2px 10px no-repeat;
}
.textlistout li a:hover{
    color: #f04343;
}
.textlistout ul li span.textlist-date{
    position: absolute;
    right: 0;
    top: 0;
    color:#afafaf;
}

/*文字描述*/
.disimg{
    display: block;
    overflow: hidden;
}
.img-desc{
    display: block;
    padding-top: 12px;
    font:normal 14px/1 microsoft yahei;
    text-align: center;
}

/*动画效果*/
.js-fadeIn{
    opacity: 0;
    filter: alpha(opacity=0);
}
.js-fadetop{
    position: relative;
    top: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.js-fadeleft{
    position: relative;
    right: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.js-faderight{
    position: relative;
    left: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ad{margin:20px auto;width:1200px;}
.mbox1{margin-left:-15px;}
.mbox-title1{background: #f5f5f5;font: normal 18px/2.0 ""; border-left:4px solid #10568a;}
.mbox-title1 span{padding: 0 0 0 15px }
.mbox-title1 em{float: right;padding-right:10px;}
.mbox-title1 em a{color:#333;font:normal 14px/2.0 ""}
.txlist li a{
    padding-left: 0px;/*用于放背景图片*/
    background: none;
}
.mbox-title1 span.{padding: 0 0 0 15px }
.bread{}
.bread ul {padding:10px  0 0 0;}
.bread ul li{float:left;margin:5px 5px 0 5px;}
.bread ul li a{display:block;padding:0px 25px;border:1px solid #10568a;border-radius:25px;color: #10568a;font: normal 16px/2.0 ""}
.ad2{position:relative;width:570px;height:265px;margin-top:15px;overflow: hidden;}
.ad2 img{width:100%; height: auto;}
.ad2 em{position: absolute;left: 0;bottom: 0;width:100%;background: rgba(0,0,0,0.6);font: normal 14px/3.0 "";text-align:center;color:#fff;}

li.tsb{margin-top:12px;margin-right:5px}
.oabtn{font:normal 14px/2.0  ""}
.oabtn a{font:normal 14px/2.0 "";}
.lista ul{padding:15px;}
.lista ul li{text-align:left;font:normal 16px/2.0  "";padding:0px;}